Click or drag to resize

ContentType Class

Class ContentType.
Inheritance Hierarchy
SystemObject
  Independentsoft.Email.MimeContentType

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ContentType

The ContentType type exposes the following members.

Constructors
  NameDescription
Public methodContentType
Initializes a new instance of the ContentType class.
Public methodContentType(String)
Initializes a new instance of the ContentType class.
Public methodContentType(String, String)
Initializes a new instance of the ContentType class.
Public methodContentType(String, String, String)
Initializes a new instance of the ContentType class.
Top
Properties
  NameDescription
Public propertyCharSet
Gets or sets the character set.
Public propertyParameters
Gets the parameters.
Public propertySubType
Gets or sets the type of the sub.
Public propertyType
Gets or sets the type.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also